home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / contrib / wavefrnt / makefile.unx < prev    next >
Encoding:
Makefile  |  1996-07-16  |  419 b   |  20 lines

  1. #
  2. # Filters to and from wavefront.
  3. #
  4.  
  5. include ../../makeflag.unx
  6.  
  7. CIRCLINK = ../../circlink/circlink.o
  8.  
  9. CC = cc -I../../filters
  10.  
  11. all:    irit2wf wf2irit
  12.  
  13. irit2wf: irit2wf.o
  14.     $(CC) $(CFLAGS) -o irit2wf irit2wf.o ../../filters/ffcnvrt.o $(LIBS) $(MORELIBS) -lm
  15.  
  16. wf2irit: wf2irit.o
  17.     $(CC) $(CFLAGS) -o wf2irit wf2irit.o ../../filters/ffcnvrt.o $(LIBS) $(MORELIBS) -lm
  18.  
  19. # DO NOT DELETE THIS LINE -- make depend depends on it.
  20.